home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / powerb5.zip / P5DBS001.TIP < prev    next >
Text File  |  1993-06-01  |  980b  |  37 lines

  1. It's always possible to print the screen by pressing <Print
  2. Screen>, but what if you want to automate screen printing as
  3. part of a dBASE application? How do you "press" <Print
  4. Screen> in your code? I wrote PRNSCR.BIN to do just that.
  5. You prepare dBASE or FoxPro to run PRNSCR with the command
  6. LOAD prnscr, which you can run in a program or at the dot
  7. prompt. You then use the command "CALL prnscr" whenever you
  8. want to print the screen.
  9.  
  10. Yi Jiang
  11. Missoula, Montana
  12.  
  13. Editor's Note: A DEBUG script that creates the file
  14. PRNSCR.BIN is shown in the listing below for reference, but
  15. you don't need to use it; a pre-assembled version is on your
  16. PowerBase *.* Volume 5 disk as the file P5DBS\PRNSCR.BIN.
  17.  
  18. ---- BEGIN LISTING ----
  19. n prnscr.bin
  20. a100
  21. int 5
  22. retf
  23.  
  24. rcx
  25. 3
  26. w
  27. q
  28. ---- END LISTING ----
  29.  
  30.  
  31. Title: Screen Capture in dBASE/FoxPro
  32. Category: DBS
  33. Issue Date: April, 1992
  34. Editor: Brett Glass
  35. Supplementary Files: P5DBS\PRNSCR.BIN
  36. Filename: P5DBS001.TIP
  37.